Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class / MaxSize Property


In This Topic
    MaxSize Property
    In This Topic
    Gets or sets the maximum size for the items in the collection.
    Syntax
    'Declaration
     
    
    Public Property MaxSize As Double
    'Usage
     
    
    Dim instance As GridRowColCollection(Of T)
    Dim value As Double
     
    instance.MaxSize = value
     
    value = instance.MaxSize
    public double MaxSize {get; set;}
    See Also